@media (max-width: 991px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.t3-logo,
.logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.logo-small {
  width: 60px;
  height: 30px;
}
.logo,

.logo-small.logo-light {
  background-image: url("http://127.0.0.1/mkt/images/mkt/logo-small.png");
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}

body {

  background-image: radial-gradient(circle,#e7e7e7,#d6d6d6);
}
.container {
  background: #ffffff;
}
@media (min-width: 1200px) {
  .main-container {
    margin: 0 100px;
  }
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ea5505;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  color: #ec3713;
  text-decoration: underline;
  outline: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 20px;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #dddddd;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f5f5f5;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #ffcc00;
}
.red {
  color: #cc0000;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 14.95px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #ea5505;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: Microsoft YaHei,SimSun,Arial,sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 23px;
}
h2 small,
.h2 small {
  font-size: 17px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 13px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 991px) {
  .dl-horizontal dt {
    float: left;
    width: 50px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 20px;
	line-height:200%;

  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
.contact {
	font-size:18px;
	margin-top:50px;
	}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
kbd,
pre,
samp {
  font-family:  Microsoft YaHei,SimSun,Arial,sans-serif;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 60px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 45px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 60px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 60px;
}
.features-list .feature-row h3 {
  font-size: 26px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 45px;
}
.jumbotron iframe {
  margin-top: 20px;
}
.jumbotron p {
  line-height: 1.4;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox,
.form-control {
  border-radius: 2px;
  border-color: #eeeeee;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.inputbox:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #999999;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox,
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 7px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn-inverse {
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1f1f1f;
  border-color: #080808;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  box-shadow: none;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.inputbox:hover,
select:active,
textarea:active,
input[type="text"]:active,
input[type="password"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="time"]:active,
input[type="week"]:active,
input[type="number"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="color"]:active,
.inputbox:active {
  box-shadow: none;
  border-color: #ea5505;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.inputbox:-moz-placeholder {
  color: #999999;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  box-shadow: none;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
.invalid {
  border-color: #cc0000;
}
label.invalid {
  color: #cc0000;
}
input.invalid {
  border: 1px solid #cc0000;
}

.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 13px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #cccccc;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #262626;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
}
@media (min-width: 991px) {
  .nav > li > .separator {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav .caret {
  border-top-color: #ea5505;
  border-bottom-color: #ea5505;
}
.nav a:hover .caret {
  border-top-color: #ec3713;
  border-bottom-color: #ec3713;
}
.nav .active .caret,
.nav .active a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.t3-navhelper {
  background: transparent;
  color: #595959;
  padding: 0;
}
.t3-navhelper .container {
  background: #222222;
}
.breadcrumb {
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before,
.breadcrumb > li:last-child:before {
  content: "";
  padding: 0;
}
.breadcrumb > li + li:after {
  content: "/\00a0";
  padding: 0 5px;
}
.breadcrumb > li .hasTooltip {
  padding-right: 10px;
}
.breadcrumb > li:last-child:after {
  content: "";
  padding: 0;
}
.breadcrumb > li a:hover,
.breadcrumb > li a:focus,
.breadcrumb > li a:active {
  text-decoration: none;
}
.breadcrumb > li span {
  color: #ea5505;
}
.breadcrumb > .active {
  color: #ffffff;
  font-weight:bold;
}
.breadcrumb .divider {
  display: none;
}
.pagination > li > a,
.pagination > li > span {
  border-radius: 2px;
  color: #333333;
  font-size: 12px;
  padding: 4px 10px;
  margin: 0 4px 4px 0;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > span {
  border-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #ebebeb;
  border-color: #dddddd;
  color: #333333;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background: #f9f9f9;
  border-color: #eeeeee;
  color: #5d5d5d;
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: left;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  background-color: #ebebeb;
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #333333;
  display: inline-block;
  font-size: 12px;
  margin-top: 20px;
  padding: 4px 10px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}

@media (max-width: 992px) {
  .navbar-header {
    min-height: 40px;
  }
}
.navbar-default .navbar-header .navbar-toggle,
.navbar-toggle {
  background: #ea5505;
  border-color: #ea5505;
  border-radius: 2px;
  color: #ffffff;
  padding: 0;
  height: 40px;
  line-height: 40px;
  margin-right: 0;
  margin-top: 0;
  width: 40px;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-header .navbar-toggle,
  .navbar-toggle {
    margin-right: 60px;
  }
}
.navbar-default .navbar-header .navbar-toggle:hover,
.navbar-toggle:hover,
.navbar-default .navbar-header .navbar-toggle:focus,
.navbar-toggle:focus,
.navbar-default .navbar-header .navbar-toggle:active,
.navbar-toggle:active {
  background: #f05f42;
  border-color: #f05f42;
}
@media (min-width: 991px) {
  .navbar-default .navbar-header .navbar-toggle,
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5px -20px;
}
@media (min-width: 991px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-default {
  background-color: transparent;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #333333;
  font-weight: 700;
  border-bottom: solid 1px #eeeeee;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    border-radius: 15px;
    padding: 5px 13px;
    border: solid 1px transparent;
  }
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ea5505;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    border: solid 1px transparent;
  }
}
.navbar-default .navbar-nav > li > .nav-header {
  color: #777777;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ea5505;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    border-color: #ea5505;
  }
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #ea5505;
  border-bottom-color: #ea5505;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #ea5505;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    border-bottom-color: #eeeeee;
  }
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #ea5505;
  border-bottom-color: #ea5505;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #eeeeee;
  border-bottom-color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ea5505;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ea5505;
    background-color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #ea5505;
}
.t3-mainnav {
  border: none;
  margin-bottom: 0;
  border-radius: 0;
  z-index: 100;
}
.t3-mainnav .container {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.t3-mainnav .t3-navbar {
  padding: 5px 0;
  float: right;
  z-index: 100;
  margin-right: 60px;
}
@media (min-width: 991px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 -20px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid rgba(0, 0, 0, 0);
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu .dropdown-header {
  font-weight: bold;
  color: #333333;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li > a:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #ea5505;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu > li.active > a {
  color: #ea5505;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu.level2 > li > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav .open .dropdown-menu.level2 .dropdown-header {
  font-weight: normal;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}

.t3-module {
  background: transparent;
  color: #777777;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 40px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: #444444;
  font-size: 17px;
  margin: 0 0 10px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.module-ct {
  background: transparent;
  color: #777777;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 0;
}
#login-form ul.unstyled li {
  color: #555555;
  list-style: none;
}
#login-form ul.unstyled li a {
  background: url("../images/dot.png") no-repeat left 5px;
  font-size: 11px;
  font-weight: bold;
  padding-left: 13px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
#login-form #form-login-remember label.checkbox input[type="checkbox"] {
  margin-top: 2px;
}
#login-form .input-group-addon {
  border-radius: 2px 0 0 2px;
  border-color: #eeeeee;
}
.latestnews,
ul.latestnews {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.latestnews li,
ul.latestnews li {
  background: url("../images/dot.png") no-repeat left 10px;
  padding: 3px 0 3px 13px;
  font-size: 12px;
}
.latestnews li a,
ul.latestnews li a {
  font-weight: bold;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 11px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  border-top: 1px solid #eeeeee;
  list-style: none;
  padding: 10px 0;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
  padding-top: 0;
}
.categories-module h5,
ul.categories-module h5,
.category-module h5,
ul.category-module h5 {
  font-size: 15px;
}
.categories-module h1,
ul.categories-module h1,
.category-module h1,
ul.category-module h1,
.categories-module h2,
ul.categories-module h2,
.category-module h2,
ul.category-module h2,
.categories-module h3,
ul.categories-module h3,
.category-module h3,
ul.category-module h3,
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4,
.categories-module h5,
ul.categories-module h5,
.category-module h5,
ul.category-module h5 {
  color: #444444;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 20px;
}
.categories-module h1 > a,
ul.categories-module h1 > a,
.category-module h1 > a,
ul.category-module h1 > a,
.categories-module h2 > a,
ul.categories-module h2 > a,
.category-module h2 > a,
ul.category-module h2 > a,
.categories-module h3 > a,
ul.categories-module h3 > a,
.category-module h3 > a,
ul.category-module h3 > a,
.categories-module h4 > a,
ul.categories-module h4 > a,
.category-module h4 > a,
ul.category-module h4 > a,
.categories-module h5 > a,
ul.categories-module h5 > a,
.category-module h5 > a,
ul.category-module h5 > a {
  color: #444444;
}
.categories-module h1 > a:hover,
ul.categories-module h1 > a:hover,
.category-module h1 > a:hover,
ul.category-module h1 > a:hover,
.categories-module h2 > a:hover,
ul.categories-module h2 > a:hover,
.category-module h2 > a:hover,
ul.category-module h2 > a:hover,
.categories-module h3 > a:hover,
ul.categories-module h3 > a:hover,
.category-module h3 > a:hover,
ul.category-module h3 > a:hover,
.categories-module h4 > a:hover,
ul.categories-module h4 > a:hover,
.category-module h4 > a:hover,
ul.category-module h4 > a:hover,
.categories-module h5 > a:hover,
ul.categories-module h5 > a:hover,
.category-module h5 > a:hover,
ul.category-module h5 > a:hover,
.categories-module h1 > a:active,
ul.categories-module h1 > a:active,
.category-module h1 > a:active,
ul.category-module h1 > a:active,
.categories-module h2 > a:active,
ul.categories-module h2 > a:active,
.category-module h2 > a:active,
ul.category-module h2 > a:active,
.categories-module h3 > a:active,
ul.categories-module h3 > a:active,
.category-module h3 > a:active,
ul.category-module h3 > a:active,
.categories-module h4 > a:active,
ul.categories-module h4 > a:active,
.category-module h4 > a:active,
ul.category-module h4 > a:active,
.categories-module h5 > a:active,
ul.categories-module h5 > a:active,
.category-module h5 > a:active,
ul.category-module h5 > a:active,
.categories-module h1 > a:focus,
ul.categories-module h1 > a:focus,
.category-module h1 > a:focus,
ul.category-module h1 > a:focus,
.categories-module h2 > a:focus,
ul.categories-module h2 > a:focus,
.category-module h2 > a:focus,
ul.category-module h2 > a:focus,
.categories-module h3 > a:focus,
ul.categories-module h3 > a:focus,
.category-module h3 > a:focus,
ul.category-module h3 > a:focus,
.categories-module h4 > a:focus,
ul.categories-module h4 > a:focus,
.category-module h4 > a:focus,
ul.category-module h4 > a:focus,
.categories-module h5 > a:focus,
ul.categories-module h5 > a:focus,
.category-module h5 > a:focus,
ul.category-module h5 > a:focus {
  color: #ea5505;
  text-decoration: none;
}
.categories-module .img-intro,
ul.categories-module .img-intro,
.category-module .img-intro,
ul.category-module .img-intro {
  margin-bottom: 10px;
}
.categories-module .mod-articles-category-readmore > a,
ul.categories-module .mod-articles-category-readmore > a,
.category-module .mod-articles-category-readmore > a,
ul.category-module .mod-articles-category-readmore > a {
  background: #ea5505;
  border-radius: 2px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 7px;
  text-decoration: none;
}
.categories-module .mod-articles-category-readmore > a:hover,
ul.categories-module .mod-articles-category-readmore > a:hover,
.category-module .mod-articles-category-readmore > a:hover,
ul.category-module .mod-articles-category-readmore > a:hover,
.categories-module .mod-articles-category-readmore > a:active,
ul.categories-module .mod-articles-category-readmore > a:active,
.category-module .mod-articles-category-readmore > a:active,
ul.category-module .mod-articles-category-readmore > a:active,
.categories-module .mod-articles-category-readmore > a:focus,
ul.categories-module .mod-articles-category-readmore > a:focus,
.category-module .mod-articles-category-readmore > a:focus,
ul.category-module .mod-articles-category-readmore > a:focus {
  background: #ec3713;
}
.categories-module .mod-articles-category-readmore > a.btn-black,
ul.categories-module .mod-articles-category-readmore > a.btn-black,
.category-module .mod-articles-category-readmore > a.btn-black,
ul.category-module .mod-articles-category-readmore > a.btn-black {
  background: #333333;
}
.categories-module .mod-articles-category-readmore > a.btn-black:hover,
ul.categories-module .mod-articles-category-readmore > a.btn-black:hover,
.category-module .mod-articles-category-readmore > a.btn-black:hover,
ul.category-module .mod-articles-category-readmore > a.btn-black:hover,
.categories-module .mod-articles-category-readmore > a.btn-black:active,
ul.categories-module .mod-articles-category-readmore > a.btn-black:active,
.category-module .mod-articles-category-readmore > a.btn-black:active,
ul.category-module .mod-articles-category-readmore > a.btn-black:active,
.categories-module .mod-articles-category-readmore > a.btn-black:focus,
ul.categories-module .mod-articles-category-readmore > a.btn-black:focus,
.category-module .mod-articles-category-readmore > a.btn-black:focus,
ul.category-module .mod-articles-category-readmore > a.btn-black:focus {
  background: #595959;
}
.categories-module .mod-articles-category-readmore > a.btn-orange,
ul.categories-module .mod-articles-category-readmore > a.btn-orange,
.category-module .mod-articles-category-readmore > a.btn-orange,
ul.category-module .mod-articles-category-readmore > a.btn-orange {
  background: #0066cc;
}
.categories-module .mod-articles-category-readmore > a.btn-orange:hover,
ul.categories-module .mod-articles-category-readmore > a.btn-orange:hover,
.category-module .mod-articles-category-readmore > a.btn-orange:hover,
ul.category-module .mod-articles-category-readmore > a.btn-orange:hover,
.categories-module .mod-articles-category-readmore > a.btn-orange:active,
ul.categories-module .mod-articles-category-readmore > a.btn-orange:active,
.category-module .mod-articles-category-readmore > a.btn-orange:active,
ul.category-module .mod-articles-category-readmore > a.btn-orange:active,
.categories-module .mod-articles-category-readmore > a.btn-orange:focus,
ul.categories-module .mod-articles-category-readmore > a.btn-orange:focus,
.category-module .mod-articles-category-readmore > a.btn-orange:focus,
ul.category-module .mod-articles-category-readmore > a.btn-orange:focus {
  background: #2bc0b3;
}
.categories-module .mod-articles-category-hits,
ul.categories-module .mod-articles-category-hits,
.category-module .mod-articles-category-hits,
ul.category-module .mod-articles-category-hits {
  color: #999999;
  display: inline-block;
  font-size: 11px;
  margin-bottom: 5px;
}
.categories-module .article-aside,
ul.categories-module .article-aside,
.category-module .article-aside,
ul.category-module .article-aside {
  margin: -7px 0 10px;
}
.categories-module .article-aside span[class^="mod-articles-category"],
ul.categories-module .article-aside span[class^="mod-articles-category"],
.category-module .article-aside span[class^="mod-articles-category"],
ul.category-module .article-aside span[class^="mod-articles-category"] {
  margin-right: 5px;
}
.categories-module .article-aside span[class^="mod-articles-category"] > span,
ul.categories-module .article-aside span[class^="mod-articles-category"] > span,
.category-module .article-aside span[class^="mod-articles-category"] > span,
ul.category-module .article-aside span[class^="mod-articles-category"] > span {
  font-weight: 700;
}
.category-module .img-intro img,
ul.category-module .img-intro img {
  border-radius: 2px;
  width: 100%;
}
.category-module .img-details,
ul.category-module .img-details {
  display: none;
}
.help-learning .intro-items {
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.help-learning .intro-items .item-image {
  width: 60px;
  margin-right: 10px;
  margin-top: 5px;
}
.help-learning ul.category-module {
  margin: 0;
  padding: 0;
}
.help-learning ul.category-module li {
  border: none;
  list-style: none;
  margin: 0;
  padding: 2px 0;
}
.help-learning ul.category-module li h4,
.help-learning ul.category-module li h3 {
  background: url("../images/dot.png") no-repeat left 7px;
  color: #ea5505;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  padding-left: 10px;
}
.help-learning ul.category-module li h4 a,
.help-learning ul.category-module li h3 a {
  color: #ea5505;
}
.help-learning ul.category-module li h4 a:hover,
.help-learning ul.category-module li h3 a:hover,
.help-learning ul.category-module li h4 a:focus,
.help-learning ul.category-module li h3 a:focus,
.help-learning ul.category-module li h4 a:active,
.help-learning ul.category-module li h3 a:active {
  color: #ec3713;
  text-decoration: underline;
}

.aslide-view .main-container.t3-mainbody {
  margin-top: -25px;
  margin-bottom: -25px;
}
@media screen and (min-width: 1280px) {
  .aslide-view .main-container.t3-mainbody {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.aslide-view .t3-content {
  padding: 0;
}
.aslide-view .item-page.aslide-view {
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (max-width: 1279px) {
  .aslide-view .item-page.aslide-view {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.aslide-view img {
  max-width: 100%;
}
.aslide-view .aslide-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.aslide-view .aslide-bg img {
  width: 100%;
  height: auto;
}
.aslide-view .aslide-body {
  background: url('../images/bg-mask.png') repeat-y top left;
  padding: 0;
  position: relative;
  z-index: 2;
  margin: 0;
}
.aslide-view .aslide-body .aslide {
  color: #333333;
  font-size: 20px;
  margin: 50px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .aslide-view .aslide-body .aslide {
    padding-right: 65px;
  }
}
@media screen and (max-width: 767px) {
  .aslide-view .aslide-body .aslide {
    padding-top: 50px;
  }
}
.aslide-view .aslide-body .aslide blockquote {
  line-height: 1.5;
  text-shadow: 0 1px 0 rgba(110, 110, 110, 0.5);
  padding: 0 25px;
}
@media screen and (max-width: 979px) {
  .aslide-view .aslide-body .aslide {
    margin: 25px;
  }
}
.aslide-view .aslide-body .history {
  background: rgba(255, 255, 255, 0.5);
  margin-right: 0;
  padding: 50px;
}
@media screen and (max-width: 979px) {
  .aslide-view .aslide-body .history {
    padding: 25px;
  }
}
.aslide-view .aslide-box {
  margin: 0 0 50px;
  padding: 0;
}
.aslide-view .aslide-box .col-sm-6 > a {
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .aslide-view .aslide-box .col-sm-6 > a {
    text-align: left;
  }
}
.aslide-view .aslide-box .col-sm-6 > a img {
  display: inline-block;
}
.aslide-view .aslide-box.well {
  padding: 25px;
  margin-bottom: 0;
}
.aslide-view .aslide-box h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 12.5px 0;
}
.aslide-view .aslide-box h4 > small {
  font-family: sans-serif;
  text-transform: none;
  font-weight: normal;
}
.aslide-view .aslide-box ul li > strong {
  color: #222222;
}
.aslide-view .aslide-box .media:before,
.aslide-view .aslide-box .media:after {
  content: " ";
  display: table;
}
.aslide-view .aslide-box .media:after {
  clear: both;
}
.aslide-view .aslide-box .media .media-object {
  width: 100px;
  float: left;
  margin-right: 25px;
}
@media screen and (max-width: 480px) {
  .aslide-view .aslide-box .media .media-object {
    margin-bottom: 25px;
    float: none;
  }
}
.aslide-view .aslide-box .media .media-heading {
  font-family: sans-serif;
  font-weight: bold;
}
.aslide-view .carousel-control.left,
.aslide-view .carousel-control.right {
  background: #222222;
  text-shadow: none;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 25px;
  top: 25px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 5;
}
.aslide-view .carousel-control.left:hover,
.aslide-view .carousel-control.right:hover,
.aslide-view .carousel-control.left:focus,
.aslide-view .carousel-control.right:focus {
  background: #ea5505;
}
.aslide-view .carousel-indicators {
  bottom: 50px;
  right: 50px;
  text-align: right;
  width: 200px;
  left: auto;
  margin: 0;
}
.aslide-view .carousel-indicators > li {
  border: 0;
  background: #999999;
}
.aslide-view .carousel-indicators > li.active {
  background: #3498db;
}
@media screen and (max-width: 979px) {
  .aslide-view .carousel-indicators {
    display: none;
  }
}
.aslide-view .carousel-control.left {
  left: auto;
  right: 70px;
}
.aslide-view .carousel .item {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.aslide-view .carousel .active.left {
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}
.aslide-view .carousel .next {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
}

@media screen and (min-width: 767px) {
  .bottom-slide {
    position: relative;
    width: 100%;
    bottom: 0;
  }
}
.bottom-slide .main-container {
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 767px) and (max-width: 980px) {
  .bottom-slide .main-container {
    margin-left: 0;
    margin-right: 0;
  }
}
.right-slide {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .right-slide {
    margin-top: 0;
  }
}
.right-slide .module-more {
  display: none;
}
.no-img .category-module .item-image.view-image {
  display: none;
}
.no-img .module-more {
  display: none;
}
.customer img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  border-radius: 2px;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  border-radius: 4px;
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  color: #444;
  display: block;
  padding: 2px 7px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #ec3713;
  border-color: #ec3713;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  margin: 0 0 4px 0;
  padding: 0 0 4px 0;
}
.tagssimilar ul > li:last-child {
  margin: 0;
  padding: 0;
}
.tagssimilar ul > li > a {
  background: url("../images/dot.png") no-repeat left 5px;
  font-size: 11px;
  font-weight: bold;
  padding-left: 13px;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #ec3713;
}
.module-ct > ol.breadcrumb {
  margin-left: 0;
  padding: 6px 12px;
}
@media screen and (max-width: 991px) {
  .languageswitcher-block {
    margin-left: 40px;
  }
}
.languageswitcher-block .mod-languages {
  border-right: solid 1px rgba(255, 255, 255, 0.05);
  margin-right: 10px;
  height: 40px;
  width: 40px;
}
.languageswitcher-block .mod-languages > a {
  display: block;
  line-height: 38px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 1001;
}
.languageswitcher-block .mod-languages.open > a:after {
  bottom: -12px;
  border-top: 5px solid #151515;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: "";
  left: 14px;
  position: absolute;
}
.languageswitcher-block .mod-languages .dropdown-menu {
  border-radius: 0 0 4px 4px;
  border: none;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
  min-width: 80px;
  padding: 10px;
}
.languageswitcher-block .mod-languages .dropdown-menu li {
  display: inline-block;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.languageswitcher-block .mod-languages .dropdown-menu li a {
  font-size: 0;
  padding: 0px 5px;
  text-indent: -999em;
}
.languageswitcher-block .mod-languages .dropdown-menu li a img {
  margin-top: 4px;
  vertical-align: top;
}
.languageswitcher-block .mod-languages .dropdown-menu li a:hover,
.languageswitcher-block .mod-languages .dropdown-menu li a:focus,
.languageswitcher-block .mod-languages .dropdown-menu li a:active {
  background: none;
  color: #ea5505;
  text-decoration: none;
}
.languageswitcher-block .mod-languages .dropdown-menu li a:hover img,
.languageswitcher-block .mod-languages .dropdown-menu li a:focus img,
.languageswitcher-block .mod-languages .dropdown-menu li a:active img {
  margin-top: 4px;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .languageswitcher-block .mod-languages {
    border-left: solid 1px rgba(255, 255, 255, 0.05);
  }
}
.t3-footer .languageswitcher-block .dropdown-menu {
  background: #151515;
  right: 0;
  left: auto;
}
.t3-footer .languageswitcher-block .mod-languages.open > a:after {
  border-top-color: #222222;
}
div.acymailing_module .acymailing_togglemodule {
  background: #333333;
  border-radius: 4px;
  color: #ffffff;
}
div.acymailing_module .acymailing_togglemodule.modal {
  overflow: hidden;
  position: relative;
}
div.acymailing_module .acymailing_togglemodule:hover,
div.acymailing_module .acymailing_togglemodule:focus,
div.acymailing_module .acymailing_togglemodule:active {
  outline: none;
}
div.acymailing_module .acymailing_form {
  margin: 15px 0 0 !important;
  width: 100%;
  font-size: 11px;
}
div.acymailing_module .acymailing_form input[type="text"] {
  background: #000000;
  border-color: #000000;
  font-size: 13px;
}
div.acymailing_module .acymailing_form input[type="text"]:hover,
div.acymailing_module .acymailing_form input[type="text"]:focus,
div.acymailing_module .acymailing_form input[type="text"]:active {
  border-color: #ea5505;
}
div.acymailing_module .acymailing_form .acysubbuttons {
  text-align: left;
}
div.acymailing_module .acymailing_form .acysubbuttons .btn.button {
  background: #000000;
  border-color: #000000;
  font-size: 11px;
  padding: 7px 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
div.acymailing_module .acymailing_form .acysubbuttons .btn.button:hover,
div.acymailing_module .acymailing_form .acysubbuttons .btn.button:focus,
div.acymailing_module .acymailing_form .acysubbuttons .btn.button:active {
  background: #ea5505;
  border-color: #ea5505;
}
.acymailing_module_form .acymailing_introtext {
  font-size: 11px;
}
.t3-module.mod-custom p img {
  border-radius: 2px;
  width: 100%;
}
.t3-module.mod-custom h5 {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}
.t3-module.mod-custom a.btn {
  background: #ea5505;
  border-radius: 2px;
  border: none;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  margin-top: 10px;
  padding: 2px 7px;
  text-decoration: none;
}
.t3-module.mod-custom a.btn:hover,
.t3-module.mod-custom a.btn:active,
.t3-module.mod-custom a.btn:focus {
  background: #ec3713;
}
.t3-module.mod-custom a.btn.btn-black {
  background: #333333;
}
.t3-module.mod-custom a.btn.btn-black:hover,
.t3-module.mod-custom a.btn.btn-black:active,
.t3-module.mod-custom a.btn.btn-black:focus {
  background: #595959;
}
.t3-module.mod-custom a.btn.btn-hightlight {
  background: #0066cc;
}
.t3-module.mod-custom a.btn.btn-hightlight:hover,
.t3-module.mod-custom a.btn.btn-hightlight:active,
.t3-module.mod-custom a.btn.btn-hightlight:focus {
  background: #2bc0b3;
}
.archive-module,
.whosonline {
  margin: 0 !important;
  padding: 0 !important;
}
.archive-module li,
.whosonline li {
  background: url("../images/dot.png") no-repeat left 10px;
  list-style: none;
  padding: 3px 0 3px 13px;
  font-weight: bold;
}
.whosonline li {
  color: #ea5505;
}
.t3-module.about .about img {
  margin-bottom: 15px;
  border-radius: 2px;
  width: 100%;
}
.t3-module.no-title .module-title {
  padding-bottom: 15px;
}
.ezb-mod.mod_easyblogcategories .mod-item .mod-avatar .avatar {
  border-color: #eeeeee;
}
.ezb-mod.mod_easyblogcategories .mod-item .mod-category-name {
  font-weight: 700;
}
.ezb-mod.mod_easyblogcategories .mod-item + .mod-item {
  border-color: #eeeeee;
  margin: 0 !important;
}
.ezb-mod.mod_easyblogarchive .mod-year {
  margin: 0 0 3px 0;
}
.ezb-mod.mod_easyblogarchive .mod-year a i {
  background: url("../images/mod.toggle.png") no-repeat center top;
}

@media screen and (min-width: 992px) {
  .blog article {
    overflow: hidden;
  }
}
.blog .article-aside {
  margin-top: -10px;
}
.blog .article-intro {
  margin-bottom: 10px;
  color: #555555;
}
.blog .article-title {
  font-size: 24px;
  margin: 0 auto;text-align:center;
}
.blog .article-title > a {
  color: #333333;
}
.blog .article-title > a:hover,
.blog .article-title > a:active,
.blog .article-title > a:focus {
  color: #ea5505;
}
.blog .article-image > img {
  width: 100%;
}
.blog .readmore > a {
  padding: 2px 10px;
}
.blog .items-leading .leading,
.blog .items-row .item {
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}
.blog .items-leading .leading .article-image,
.blog .items-row .item .article-image {
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .blog .items-leading .leading .article-image,
  .blog .items-row .item .article-image {
    width: auto;
    float: none !important;
    margin: 0 0 30px;
  }
}
.blog .items-leading .leading .article-image > img,
.blog .items-row .item .article-image > img {
  width: 100%;
}
.blog .items-leading .leading .pull-left.article-image,
.blog .items-row .item .pull-left.article-image {
  margin-right: 20px;
}
.blog .items-leading .leading .pull-right.article-image,
.blog .items-row .item .pull-right.article-image {
  margin-left: 20px;
}
.blog .items-leading .article-image {
  width: 45%;
}
.blog .items-leading .article-title {
  font-size: 30px;
}
.blog .jacomment-count {
  display: inline-block;
  margin: 0;
}
.blog-featured article {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}
.blog-featured article > div.row {
  padding-top: 20px;
}
@media screen and (min-width: 480px) {
  .blog-featured article > div.row {
    padding-top: 60px;
  }
}
.blog-featured article h2.article-title {
  font-size: 30px;
  font-weight: 100;
}
.blog-featured article .item-image img,
.blog-featured article .article-image img {
  width: 100%;
}
.blog-featured .items-row .item {
  margin-bottom: 20px;
}
@media screen and (min-width: 480px) {
  .blog-featured .items-row .item {
    margin-bottom: 60px;
  }
}
.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 40px;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.article-aside {
  color: #b7b7b7;
  font-size: 13px;
  margin-bottom: 10px;
}
.article-info {
  color: #999999;
  font-size: 13px;
  float: left;
  margin: 0;
  width: 85%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
  float: left;
}
.article-info dd strong {
  color: #999999;
  font-weight: bold;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-bottom: 20px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 20px 20px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 20px 20px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 20px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #555555;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
.item-page article {
  overflow: inherit;
}
.item-page .article-image {
  float: none !important;
  margin-bottom: 20px;
}
.item-page .article-image > img {
  max-width: 100%;
}
.item-page .pagination ul {
  padding-left: 0;
}
.item-page .pagination ul:before,
.item-page .pagination ul:after {
  content: " ";
  display: table;
}
.item-page .pagination ul:after {
  clear: both;
}
.item-page .pagination ul li {
  list-style: none;
}
.item-page #article-index ul {
  padding-left: 20px;
}
.item-page #article-index ul li {
  color: #555555;
}
.item-page #article-index ul li > a {
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group .dropdown-menu {
  border-radius: 2px;
  border-color: #eeeeee;
}
article aside .btn-group .dropdown-menu > li > a:hover,
article aside .btn-group .dropdown-menu > li > a:focus,
article aside .btn-group .dropdown-menu > li > a:active {
  background: none;
  color: #ea5505;
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
  border-radius: 2px;
  border-color: #eeeeee;
}
article aside .btn-group > .dropdown-toggle.active,
article aside .btn-group > .dropdown-toggle:hover.active,
article aside .btn-group > .dropdown-toggle:active.active,
article aside .btn-group > .dropdown-toggle:focus.active {
  box-shadow: none;
}
article aside .btn-group.open .dropdown-toggle {
  bakground: #ffffff;
  border-color: #ea5505;
  box-shadow: none;
  color: #ea5505;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
}
.com_tags.view-tag .tag-category h2 {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.com_tags.view-tag .tag-category ul.category.list-striped {
  border-top: 0;
}
.com_tags.view-tag .tag-category ul.category.list-striped li {
  background: none;
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
}
.com_tags.view-tag .tag-category ul.category.list-striped li h3 {
  font-size: 30px;
  margin: 0 0 20px 0;
}
.com_tags.view-tag .tag-category ul.category.list-striped li h3 a {
  color: #333333;
}
.com_tags.view-tag .tag-category ul.category.list-striped li h3 a:hover,
.com_tags.view-tag .tag-category ul.category.list-striped li h3 a:active,
.com_tags.view-tag .tag-category ul.category.list-striped li h3 a:focus {
  color: #ea5505;
  text-decoration: none;
}
.com_tags.view-tag .tag-category ul.category.list-striped li img {
  float: left;
  margin: 5px 20px 20px 0;
}
.t3-content .tags span {
  display: inline-block;
}
.t3-content .tags span a {
  background: none;
  border: 1px solid #eeeeee;
  color: #ea5505;
  float: left;
  font-size: 11px;
  font-weight: normal;
  padding: 5px 10px;
}
.t3-content .tags span a:hover,
.t3-content .tags span a:active,
.t3-content .tags span a:focus {
  background: none;
  color: #ec3713;
}
.com_users.view-login #t3-mainbody.container,
.com_users.view-registration #t3-mainbody.container {
  background: none;
  padding-top: 50px;
  padding-bottom: 0;
}
.com_users.view-login #t3-mainbody.container .main-container,
.com_users.view-registration #t3-mainbody.container .main-container {
  border-top: 0;
}
.login-wrap,
.logout-wrap {
  background: #131314;
  border-radius: 2px;
  padding: 40px;
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
}
.login-wrap .page-header,
.logout-wrap .page-header {
  border-bottom: 1px solid #282828;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.login-wrap .page-header h1,
.logout-wrap .page-header h1 {
  color: #ffffff;
  font-size: 40px;
  line-height: normal;
  margin-top: 20px;
}
.login-wrap .login-description,
.logout-wrap .login-description,
.login-wrap .logout-description,
.logout-wrap .logout-description {
  color: #999999;
  font-size: 17px;
  margin-bottom: 20px;
}
.login-wrap form fieldset,
.logout-wrap form fieldset {
  margin-top: 15px;
}
.login-wrap form .login-input-group,
.logout-wrap form .login-input-group {
  text-align: left;
}
.login-wrap form .login-input-group .login-input,
.logout-wrap form .login-input-group .login-input {
  margin: 0 0 10px 0;
}
.login-wrap form .login-input-group .login-input.remember input,
.logout-wrap form .login-input-group .login-input.remember input,
.login-wrap form .login-input-group .login-input.remember label,
.logout-wrap form .login-input-group .login-input.remember label {
  margin: 0;
  vertical-align: middle;
}
.login-wrap form .login-input-group .login-input label,
.logout-wrap form .login-input-group .login-input label {
  color: #555555;
}
.login-wrap form .login-input-group .login-input input[type=text],
.logout-wrap form .login-input-group .login-input input[type=text],
.login-wrap form .login-input-group .login-input input[type=email],
.logout-wrap form .login-input-group .login-input input[type=email],
.login-wrap form .login-input-group .login-input input[type=password],
.logout-wrap form .login-input-group .login-input input[type=password] {
  height: 40px;
  vertical-align: middle;
  width: 100%;
}
.login-wrap form .login-submit,
.logout-wrap form .login-submit {
  margin: 10px 0;
  padding: 0;
}
.login-wrap form .login-submit button[type=submit],
.logout-wrap form .login-submit button[type=submit] {
  border-radius: 2px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}
.login-wrap .other-links,
.logout-wrap .other-links {
  margin-top: 15px;
}
.login-wrap .other-links ul,
.logout-wrap .other-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.login-wrap .other-links ul li,
.logout-wrap .other-links ul li {
  display: inline;
}
.login-wrap .other-links ul li + li,
.logout-wrap .other-links ul li + li {
  margin-left: 5px;
}
.login-wrap .other-links ul li + li:before,
.logout-wrap .other-links ul li + li:before {
  content: "|";
  color: #555555;
  padding-right: 3px;
}
.login-wrap .other-links ul li + li + li,
.logout-wrap .other-links ul li + li + li {
  display: block;
  margin-left: 0;
}
.login-wrap .other-links ul li + li + li:before,
.logout-wrap .other-links ul li + li + li:before {
  content: "";
  padding-right: 0;
}
.login-wrap .other-links ul li a,
.logout-wrap .other-links ul li a {
  color: #555555;
}
.login-wrap .other-links ul li a:hover,
.logout-wrap .other-links ul li a:hover,
.login-wrap .other-links ul li a:focus,
.logout-wrap .other-links ul li a:focus,
.login-wrap .other-links ul li a:active,
.logout-wrap .other-links ul li a:active {
  color: #ec3713;
}
.registration-wrap {
  background: #131314;
  border-radius: 2px;
  margin: 0 auto;
  max-width: 760px;
  padding: 40px;
}
.registration-wrap .page-header {
  border-bottom: 1px solid #282828;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  text-align: center;
}
.registration-wrap .page-header h1 {
  color: #ffffff;
  font-size: 40px;
  line-height: normal;
  margin-top: 20px;
}
.registration-wrap .form-registration .form-input {
  margin-bottom: 15px;
}
.registration-wrap .form-registration .form-input .reg-input label {
  color: #555555;
}
.registration-wrap .form-registration .form-input.form-input-1 {
  display: none;
}
.registration-wrap .form-registration .form-input.form-input-8 {
  width: 100% !important;
}
.registration-wrap .form-registration .form-input label {
  line-height: normal;
}
.registration-wrap .form-registration .form-input label.invalid {
  color: #cc0000;
}
.registration-wrap .form-registration .form-input input[type=text],
.registration-wrap .form-registration .form-input input[type=email],
.registration-wrap .form-registration .form-input input[type=password] {
  height: 40px;
  vertical-align: middle;
  width: 100%;
}
.registration-wrap .form-registration .form-input #recaptcha_area table.recaptcha_theme_clean {
  background: #ffffff;
}
.registration-wrap .form-registration .form-actions {
  background: none;
  margin-bottom: 0;
  padding: 0;
}
.registration-wrap .form-registration .form-actions .btn {
  border-radius: 2px;
  color: #ffffff;
  font-weight: 600;
  margin-right: 10px;
}
.registration-wrap .form-registration .form-actions .btn.cancel {
  background: #3c3c3c;
  margin-right: 10px;
}
.registration-wrap .form-registration .form-actions .btn.cancel:hover,
.registration-wrap .form-registration .form-actions .btn.cancel:active,
.registration-wrap .form-registration .form-actions .btn.cancel:focus {
  background: #f05f42;
}
.com_mailto body {
  padding: 10px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #ffffff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailto-window .mailto-close a:hover {
  color: #ea5505;
}
#mailtoForm .formelm,
#mailtoForm .form-group {
  margin-bottom: 10px;
}
#mailtoForm .formelm,
#mailtoForm .form-group {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label,
#mailtoForm .form-group label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 170px;
}
#mailtoForm .formelm input,
#mailtoForm .formelm input.form-control,
#mailtoForm .form-group input,
#mailtoForm .form-group input.form-control {
  width: 50%;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 50%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #recaptcha_area {
    max-width: 280px;
  }
}
#recaptcha_area #recaptcha_table input#recaptcha_response_field {
  height: auto;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 4px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.profile fieldset {
  clear: both;
  float: none;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 66.66666666666666%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 66.66666666666666%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
.profile-edit .form-horizontal .control-label {
  padding-top: 4px;
}
@media (min-width: 768px) {
  .profile-edit .form-horizontal .control-label > label {
    margin-bottom: 0;
  }
}
.profile-edit .form-horizontal .control-label .optional {
  color: #999999;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  #searchForm legend {
    clear: both;
    width: 100%;
    float: left;
  }
  #searchForm legend + label {
    clear: both;
  }
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 20px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
#searchForm button.btn {
  border-color: #eeeeee;
  padding-left: 10px;
  padding-right: 10px;
}
#searchForm button.btn:hover,
#searchForm button.btn:focus,
#searchForm button.btn:active {
  border-color: #ea5505;
  background: #ffffff;
  box-shadow: none;
  color: #ea5505;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 10px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 10px;
  clear: both;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 15px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 11px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-created {
  font-size: 11px;
  color: #999999;
}
div.finder {
  margin-bottom: 20px;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
@media (max-width: 991px) {
  .contact .thumbnail {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .contact .dl-horizontal > dt {
    float: left;
    margin-right: 5px;
    width: auto;
  }
}
@media (max-width: 991px) {
  .contact .dl-horizontal > dd {
    margin-left: 0;
  }
}
.contact .accordion-heading .accordion-toggle {
  font-weight: bold;
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
.contact-form legend {
  padding-bottom: 10px;
}
.contact-form .control-group-header .control-group {
  margin-bottom: 0;
}
.contact-form .control-group-header .control-contact {
  margin-bottom: 15px;
}
.contact-form .control-group-header .control-contact input,
.contact-form .control-group-header .control-contact textarea {
  width: 95%;
}
.contact-form .control-group-header .re-captcha .control-group .controls {
  margin-left: 0;
}
.contact-form .control-group-footer {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .contact-form .control-group-footer button {
    float: right;
  }
}
.contact-form .control-group-footer #jform_contact_email_copy {
  margin-top: 4px;
  vertical-align: top;
}
.contact-address .row .contact-address {
  margin-bottom: 15px;
}
.contact-address .jicons-text {
  color: #333333;
  font-weight: bold;
  font-size: 15px;
}
.contact-address .jicons-text .jicons-desc {
  color: #777777;
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 20px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  color: #333333;
}
.category-item .page-header a {
  color: #333333;
}
.category-item .page-header a:hover,
.category-item .page-header a:focus,
.category-item .page-header a:active {
  color: #ea5505;
  text-decoration: none;
}
.category-item .category-item {
  margin-bottom: 10px;
  margin-left: 40px;
}
.category-item .category-item .page-header {
  font-size: 13px;
}
.categories-list.category-page {
  margin: 0 -20px;
}
.categories-list.category-page .category-item {
  width: 33.3%;
  float: left;
}
.categories-list.category-page .category-item .category-intro {
  padding: 0 20px;
}
.categories-list.category-page .category-item img {
  border-radius: 2px;
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.cat-children .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0 0 20px 0;
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  padding-left: 0;
  padding-right: 0;
}
.cat-children .page-header a {
  color: #333333;
}
.cat-children .page-header a:hover,
.cat-children .page-header a:focus,
.cat-children .page-header a:active {
  color: #ea5505;
  text-decoration: none;
}
.cat-items .table-bordered > thead > tr > th,
.cat-items .table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
@media screen and (min-width: 768px) {
  .cat-items select#limit {
    width: 30%;
  }
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li,
.newsfeed .category li {
  border-color: #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 15px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 13px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 15px;
}
.weblink-category .category li {
  border-color: #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.weblink-category .category li:before,
.weblink-category .category li:after {
  content: " ";
  display: table;
}
.weblink-category .category li:after {
  clear: both;
}
.article-content .pagination ul {
  border-left: 1px solid #eeeeee;
}
.article-content .pagination li {
  float: left;
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #eeeeee;
  border-left: 0;
}
.article-content .pagination li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index,
.article-index {
  margin: 0 0 20px 20px;
  padding: 10px;
  width: 25%;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
#article-index ul,
.article-index ul {
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 4px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #ea5505;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #ea5505;
  color: #ffffff;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  background: #ea5505;
  color: #ffffff;
  padding: 4px 7px;
  line-height: normal;
  border: 1px solid #f05f42;
  border-radius: 4px;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #f05f42;
  color: #ffffff;
  text-decoration: none;
}
.items-more h3 {
  margin: 0 0 20px;
}
.items-more .nav > li {
  border-top: 1px solid #eeeeee;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0 5px;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message {
  margin-bottom: 15px;
  margin-top: 0;
}
#system-message dt {
  margin-bottom: 10px;
}
#system-message dd {
  margin-left: 0;
}
#system-message > dd > ul {
  padding: 5px;
  border-radius: 4px;
  font-weight: normal;
  border-width: 3px;
  border-style: solid;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0 0 0 40px;
  padding: 5px;
  font-size: 12px;
  font-weight: normal;
  text-indent: 0;
}
#system-message > div {
  padding-left: 55px;
}
#system-message .info.message ul,
#system-message .message ul {
  background: #d9edf7 url("../images/messages/ico-info.gif") no-repeat 2% center;
  border: 1px solid #bce8f1;
  color: #3a87ad;
}
#system-message .info.message ul li,
#system-message .message ul li {
  font-weight: normal;
  text-indent: 0;
  margin-left: 35px;
}
#system-message .success.message ul {
  background: #dff0d8 url("../images/messages/ico-success.gif") no-repeat 2% center;
  border: 1px solid #d6e9c6;
  color: #468847;
}
#system-message .warning.message ul,
#system-message .notice.message ul {
  background: #fcf8e3 url("../images/messages/ico-warning.gif") no-repeat 2% center;
  border: 1px solid #faebcc;
  color: #c09853;
}
#system-message .error.message ul {
  background: #f2dede url("../images/messages/ico-error.gif") no-repeat 2% center;
  border: #ebccd1;
  color: #b94a48;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #ffbb33;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #ffbb33;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 13px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.nav-tabs > li > a {
  color: #333333;
}
.nav-tabs > li > a .caret {
  border-top-color: #333333;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:active,
.nav-tabs > li > a:focus {
  background: none;
  border-color: transparent transparent #dddddd;
}
.nav-tabs > li.open > a,
.nav-tabs > li.open > a:hover,
.nav-tabs > li.open > a:focus {
  background: none;
  border-color: transparent transparent #dddddd;
  color: #ea5505;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: none;
  border-color: #dddddd #dddddd #ffffff;
  color: #ea5505;
}
.nav-tabs > li.disabled > a,
.nav-tabs > li.disabled > a:hover,
.nav-tabs > li.disabled > a:focus {
  color: #999999;
}
@media (min-width: 768px) {
  .languageswitcherload {
    float: right;
    width: 100%;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 10px;
}
.edit.item-page .nav-tabs > li.active > a,
.edit.item-page .nav-tabs > li.active > a:hover,
.edit.item-page .nav-tabs > li.active > a:focus,
.edit.item-page .nav-tabs > li.active > a:active {
  background: #ffffff;
  color: #ea5505;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #cccccc;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #cccccc;
}
.btn-group .chzn-results {
  white-space: normal;
}
.component body {
  background: #ffffff;
}
.mod-preview-info {
  z-index: 1000;
}
.layout-pagebreak .window-mainbody table td {
  padding: 10px 0;
}
.layout-edit #sbox-window iframe {
  min-height: 200px;
}

.page-header {
  padding-bottom: 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 20px;
  padding-bottom: 20px;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  display: table;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title h1 a,
.article-header h1 a,
.article-title h2 a,
.article-header h2 a {
  color: #333333;
}
.article-title h1 a:hover,
.article-header h1 a:hover,
.article-title h2 a:hover,
.article-header h2 a:hover,
.article-title h1 a:active,
.article-header h1 a:active,
.article-title h2 a:active,
.article-header h2 a:active,
.article-title h1 a:focus,
.article-header h1 a:focus,
.article-title h2 a:focus,
.article-header h2 a:focus {
  color: #ea5505;
  text-decoration: none;
}
.article-title,
.article-header h1 {
  margin: 0 0 20px 0;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 6px;
}
.masthead {
  padding: 40px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 991px) {
  .masthead {
    padding: 80px 0;
  }
  .masthead h1 {
    font-size: 99px;
  }
  .masthead p {
    font-size: 26px;
  }
  .masthead .btn-lg {
    margin-top: 20px;
    padding: 18px 42px;
    font-size: 19.5px;
  }
}
.jumbotron-primary {
  background-color: #ea5505;
  color: #ffffff;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #ffffff;
}
.label {
  border-radius: 4px;
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert {
  border-radius: 2px;
  padding: 10px 10px 10px 45px;
}
.alert h4 {
  color: inherit;
  margin-bottom: 0;
}
.alert p {
  margin-bottom: 0;
}
.alert-success,
.alert-message {
  background: #d9edf7 url("../images/messages/ico-info.gif") no-repeat 2% center;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr,
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link,
.alert-message .alert-link {
  color: #356635;
}
.alert-info,
.alert-notice {
  background: #d9edf7 url("../images/messages/ico-info.gif") no-repeat 2% center;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr,
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link,
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-warning {
  background: #fcf8e3 url("../images/messages/ico-warning.gif") no-repeat 2% center;
}
.alert-danger,
.alert-error {
  background: #f2dede url("../images/messages/ico-error.gif") no-repeat 2% center;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr,
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link,
.alert-error .alert-link {
  color: #953b39;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.well blockquote,
.well p {
  margin-bottom: 0;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  border-bottom: 0;
  padding: 20px 40px 0;
}
.modal-title {
  font-size: 27px;
}
.modal-body {
  padding: 10px 40px 20px;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.t3-top-header .container {
  background: #e7e8eb;
  color: #595959;
  min-height: 40px;
  position: relative;
  z-index: 300;
}
.t3-top-header .main-container {
  position: relative;
}
.t3-top-header .main-container > .row .head-login,
.t3-top-header .main-container > .row .head-social {
  padding-top: 9px;
}
.t3-header {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 100;
}
.logo {
  position: absolute;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-image .logo-img {
  max-height: 40px;
}
.logo-text a {
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.head-search {
  height: 32px;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 25px;
}
@media screen and (min-width: 992px) {
  .head-search {
    z-index: 1000;
  }
}
@media screen and (min-width: 1200px) {
  .head-search {
    right: 120px;
  }
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 30px;
  position: relative;
}
@media screen and (min-width: 991px) {
  .head-search .search {
    background: #ffffff;
  }
}
@media screen and (max-width: 992px) {
  .head-search .search {
    right: 60px;
  }
}
.head-search .search .fa-search {
  color: #777777;
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
  top: 10px;
}
.head-search .search:hover,
.head-search .search:focus,
.head-search .search:active {
  border-color: #ea5505;
}
.head-search .search:hover .fa-search,
.head-search .search:focus .fa-search,
.head-search .search:active .fa-search {
  color: #ea5505;
}
.head-search .form-control {
  border: 0;
  background: transparent;
  color: #777777;
  cursor: pointer;
  height: 30px;
  line-height: normal;
  position: relative;
  margin: 0;
  padding: 0 16px;
  width: 0;
}
.head-search .form-control:hover,
.head-search .form-control:active,
.head-search .form-control:focus {
  color: #777777;
  box-shadow: none;
}
.head-search .form-control:active,
.head-search .form-control:focus {
  width: 150px;
  padding-left: 28px;
  color: #777777;
}
.navbar-toggle + .head-search {
  right: 40px;
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.t3-spotlight-1 .category-module li {
  padding: 0;
  color: #777777;
}
.t3-spotlight-1 .category-module li > h4 {
  font-size: 15px;
  font-weight: bold;
}
.t3-spotlight-1 .category-module li > h4 > a {
  color: #444444;
}
.t3-spotlight-1 .category-module li > h4 > a:hover,
.t3-spotlight-1 .category-module li > h4 > a:active,
.t3-spotlight-1 .category-module li > h4 > a:focus {
  color: #ea5505;
  text-decoration: none;
}
.t3-spotlight-1 .category-module li > span {
  font-size: 11px;
  color: #999999;
}
.t3-spotlight-1 .category-module li > .mod-articles-category-introtext {
  margin-top: 10px;
}
.t3-spotlight-1 .category-module li > .mod-articles-category-readmore a {
  display: inline-block;
  margin-top: 10px;
}
.t3-spotlight-2 .module-title {
  background: #474747;
  border-radius: 2px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.t3-spotlight-2 .module-more {
  position: absolute;
  top: 0px;
  right: 20px;
  line-height: 15px;
  z-index: 1;
}
.t3-spotlight-2 .module-more a {
  color: #777777;
  display: block;
  font-size: 11px;
  position: relative;
  padding: 10px 7px;
  background: #f2f2f2;
  border-radius: 2px;
}
.t3-spotlight-2 .module-more a:hover,
.t3-spotlight-2 .module-more a:focus,
.t3-spotlight-2 .module-more a:active {
  color: #ffffff;
  text-decoration: none;
  background: #ea5505;
}
.t3-spotlight-2 .module-more a:hover:after,
.t3-spotlight-2 .module-more a:focus:after,
.t3-spotlight-2 .module-more a:active:after {
  border-right-color: #ea5505;
}
.t3-spotlight-2 .module-more a:after {
  border-top: solid 5px #ffffff;
  border-bottom: solid 5px #ffffff;
  border-left: solid 5px #ffffff;
  border-right: solid 5px #f2f2f2;
  content: "";
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 5px;
  left: -10px;
  position: absolute;
  top: 50%;
}
.t3-spotlight-2 .mod-more .module-title {
  margin-right: 45px;
}
.t3-spotlight-2 .mod-more .module-title:after {
  border-top: solid 5px #474747;
  border-bottom: solid 5px #474747;
  border-left: solid 5px #474747;
  border-right: solid 5px #ffffff;
  display: block;
  content: "";
  height: 5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
}
.t3-spotlight-2 .title-blue .module-title {
  background: #ea5505;
}
.t3-spotlight-2 .title-blue .module-title:after {
  border-top-color: #ea5505;
  border-bottom-color: #ea5505;
  border-left-color: #ea5505;
}
.t3-spotlight-2 .title-gray .module-title {
  background: #999999;
}
.t3-spotlight-2 .title-gray .module-title:after {
  border-top-color: #999999;
  border-bottom-color: #999999;
  border-left-color: #999999;
}
.t3-mainbody {
  padding-bottom: 20px;
}
.t3-mainbody .main-container {
  border-top: solid 1px #eeeeee;
}
.features-intro .main-container.features-intro {
  border-top: solid 1px #eeeeee;
  padding-top: 60px;
  padding-bottom: 60px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar .t3-module {
  border: 1px solid #eeeeee;
  border-radius: 2px;
}
.t3-sidebar .module-inner {
  padding: 20px;
}
.t3-sidebar .module-title {
  font-size: 15px;
  font-weight: bold;
}
.t3-sidebar .module-ct .custom ul {
  border-top: 1px solid #eee;
  margin: 20px 0 0 0;
  padding-top: 20px;
  font-size: 11px;
}
.t3-sidebar .module-ct .custom ul li {
  background: url("../images/dot.png") no-repeat left 10px;
  list-style: none;
  padding: 2px 0 2px 12px;
  font-weight: bold;
}
.t3-sidebar .category-module li {
  padding: 0;
}
.t3-sidebar .category-module .img-intro {
  position: relative;
  margin: -21px -21px 10px -21px;
}
.t3-sidebar .category-module .img-intro img {
  border-radius: 2px;
  width: 100%;
}
.t3-footer {
  background: #222222;
  color: #595959;
  font-size: 12px;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer.container {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 992px) {
  .t3-footer.container {
    padding-top: 80px;
  }
}
.t3-footer a {
  color: #595959;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: #ea5505;
  text-decoration: none;
}
.t3-footer .module-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
.t3-footer ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footer ul li {
  line-height: 16px;
}
.t3-footer ul li a {
  border-radius: 0;
  font-size: 14px;
  color: #595959;
  padding: 5px 0;
}
.t3-footer ul li a:hover,
.t3-footer ul li a:active,
.t3-footer ul li a:focus {
  background: none;
  color: #ea5505;
}
.t3-footer ul li.active a,
.t3-footer ul li.active a:hover,
.t3-footer ul li.active a:focus,
.t3-footer ul li.active a:active {
  background: none;
  color: #ea5505;
}
.footer-info {
  min-height: 280px;
  /* border-right: 1px solid rgba(255, 255, 255, 0.05);  */
  padding-right: 40px;
  font-size: 11px;
}
@media (max-width: 1199px) {
  .footer-info {
    border-right: 0;
    min-height: 0;
  }
}
.footer-info a.logo-footer {
  /* background: url("../images/logo-light.png") no-repeat left top; */
  display: block;
  font-size: 0;
  height: 30px;
  text-indent: -999em;
  width: 60px;
}
.footer-info .t3-module {
  margin-bottom: 20px;
}
.footer-info .copyright a {
  color: #ea5505;
}
.footer-info .copyright a:hover,
.footer-info .copyright a:active,
.footer-info .copyright a:focus {
  color: #ec3713;
}
.footer-user.container {
  background: none;
}
.footer-user .footer-user {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
}
.footer-user .footer-user ul {
  float: right;
}
.footer-user .nav-stacked > li {
  float: left;
}
.footer-user .nav-stacked > li + li {
  margin-top: 0;
}
.footer-user .nav > li > a {
  background: none;
  color: #8c8c8c;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  text-align: center;
}
.footer-user .nav > li > a:after {
  background: #8c8c8c;
  color: #8c8c8c;
  content: "";
  display: block;
  left: 0px;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 1px;
}
.footer-user .nav > li > a:hover,
.footer-user .nav > li > a:focus,
.footer-user .nav > li > a:active {
  color: #ea5505;
}
.footer-user .nav > li:first-child a:after {
  display: none;
}
.com_users.view-login .footer-user .footer-user {
  max-width: 400px;
  padding-right: 0;
}
.com_users.view-login .footer-user .footer-user ul {
  float: none;
  text-align: center;
}
.com_users.view-login .footer-user .footer-user .nav-stacked > li {
  float: none;
  display: inline-block;
  text-align: center;
}
.t3-footnav {
  padding: 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .t3-footnav > div:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .t3-footnav > div {
    width: 100%;
  }
}
.t3-footnav .t3-module {
  background: #222222;
  color: #595959;
  margin-bottom: 0;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul .li {
  line-height: normal;
  font-size: 11px;
}
.t3-footnav .t3-module ul .li a {
  border-radius: 0;
  color: #595959;
  padding: 5px 0;
}
.t3-footnav .t3-module ul .li a:hover,
.t3-footnav .t3-module ul .li a:active,
.t3-footnav .t3-module ul .li a:focus {
  background: none;
  color: #ea5505;
}
.t3-footnav .t3-module ul .li.active a,
.t3-footnav .t3-module ul .li.active a:hover,
.t3-footnav .t3-module ul .li.active a:focus,
.t3-footnav .t3-module ul .li.active a:active {
  background: none;
  color: #ea5505;
}
@media screen and (max-width: 1199px) {
  .footer-subcribe .t3-module {
    margin-bottom: 0;
  }
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 12px;
  margin-top: 20px;
}
.copyright:before,
.copyright:after {
  content: " ";
  display: table;
}
.copyright:after {
  clear: both;
}
@media screen and (min-width: 1199px) {
  .copyright {
    margin-top: 60px;
  }
}
.copyright .main-container {
  border-top: solid 1px #333d46;
  padding: 40px 0 80px;
}
.copyright small {
  margin-bottom: 5px;
}
.copyright .head-social {
  float: right;
  padding-top: 10px;
}
.copyright {
  margin-bottom: 20px;
}
.poweredby {
  font-size: 0;
  text-indent: -999em;
  text-align: left;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
.poweredby .t3-logo,
.poweredby .logo-small {
  opacity: .2;
  display: inline-block;
}
#sbox-window {
  height: auto !important;
  width: auto !important;
}
.footer-menu .t3-module {
  margin-bottom: 10px;
}
.footer-menu ul {
  margin-top: 10px;
}
.footer-menu ul li {
  display: inline-block;
  font-size: 11px;
  line-height: normal;
  margin-top: 0;
}
.footer-menu ul li a {
  padding: 0 10px;
}
.footer-menu ul li.active a {
  background: none;
  color: #ea5505;
}
.footer-menu ul li.active a:hover,
.footer-menu ul li.active a:focus,
.footer-menu ul li.active a:active {
  background: none;
  color: #ea5505;
}
.footer-menu ul li:first-child a {
  padding-left: 0;
}
.back-to-top {
  background-color: #000000;
  bottom: 15px;
  border: 1px solid #ea5505;
  border-radius: 2px;
  height: 40px;
  margin: 0;
  position: fixed;
  right: 21px;
  width: 40px;
  z-index: 1000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: opacity 350ms;
  transition: opacity 350ms;
}
.back-to-top.reveal {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}
.back-to-top.reveal:hover,
.back-to-top.reveal:focus,
.back-to-top.reveal:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.back-to-top i {
  color: #ffffff;
  font-size: 12px;
  line-height: 1em;
  left: 50%;
  margin-top: -7px;
  margin-left: -3px;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .head-social {
    margin-left: 40px;
  }
}
.head-social a {
  background: #595959;
  border-radius: 2px;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.head-social a > i {
  color: rgba(255, 255, 255, 0.25);
  font-size: 11px;
}
.head-social a:hover {
  background: #ea5505;
}
.head-social a:hover > i {
  color: #ffffff;
}
.t3-mashead {
  background-color: #ea5505;
}
@media screen and (min-width: 768px) {
  .t3-mashead {
    background: #ea5505;
  }
}
.t3-mashead .custom {
  padding: 50px 0;
}
@media screen and (max-width: 991px) {
  .t3-mashead .custom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .t3-mashead .row > div > div {
    min-height: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .mashead-1 > div {
    border-right: 1px solid rgba(225, 225, 225, 0.15);
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mashead-1 .custom {
    padding-right: 20px;
  }
}
.mashead-1 .addthis_toolbox a {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 5px;
}
.mashead-1 .addthis_toolbox a > i {
  background: #ffffff;
  border-radius: 2px;
  color: #ea5505;
  display: inline-block;
  line-height: 20px;
  margin-right: 10px;
  text-align: center;
  width: 20px;
}
.mashead-1 .addthis_toolbox a > span.addthis_follow_label {
  display: inline-block;
}
.mashead-1 .addthis_toolbox a:hover {
  background: rgba(0, 0, 0, 0.4);
}
.mashead-2 {
  border-top: none;
}
.mashead-2 h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 20px 0;
}
.mashead-2 a {
  background: #263138;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: bold;
}
.mashead-2 a:hover,
.mashead-2 a:active,
.mashead-2 a:focus {
  background: #ec3713;
  text-decoration: none;
}
.about-us {
  padding-top: 40px;
}
.about-us .lead {
  font-size: 15px;
  margin-bottom: 60px;
}
.about-us .lead .page-header {
  padding-bottom: 0;
}
.about-us .lead img {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 2px;
}
.about-us .lead p {
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .about-us .lead p {
    padding: 0;
  }
}
.about-us h1 {
  font-size: 39px;
  color: #333333;
  margin: 30px 0 60px;
  border-top: 1px solid #eeeeee;
  padding-top: 60px;
}
.about-us .page-header {
  border-bottom: none;
}
.about-us .page-header h1 {
  margin: 0;
  padding: 0;
  border: none;
}
.about-us .thumbnail {
  background-color: #ffffff;
  border: none;
  padding: 0;
  text-align: center;
}
.about-us .thumbnail img {
  width: 100%;
  border-radius: 2px;
}
.about-us .thumbnail .images {
  position: relative;
  overflow: hidden;
}
.about-us .thumbnail .images > .images-info {
  background: #ea5505;
  position: absolute;
  left: 0;
  opacity: 0.9;
  bottom: -100%;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
.about-us .thumbnail .images > .images-info span {
  display: block;
  padding: 30px 20px;
  color: #ffffff;
  vertical-align: bottom;
  font-size: 15px;
  line-height: 22px;
}
.about-us .thumbnail .images > .images-info strong {
  display: block;
  font-size: 23px;
  margin-bottom: 10px;
}
.about-us .thumbnail .images:hover > .images-info {
  bottom: 0;
}
.about-us .thumbnail .caption {
  padding-bottom: 20px;
}
.about-us .thumbnail .caption > p {
  color: #777777;
}
.about-us .thumbnail h3 {
  margin-bottom: 5px;
}
.about-us .thumbnail .btn {
  border-radius: 2px;
  height: 32px;
  line-height: 32px;
  margin: 0 2px;
  font-size: 13px;
  padding: 0;
  text-align: center;
  width: 32px;
}
.about-us .thumbnail .btn:hover,
.about-us .thumbnail .btn:active,
.about-us .thumbnail .btn:focus {
  background: #ea5505;
  border-color: #ea5505;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .about-us .section > div:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  .about-us .section > div:nth-child(3n+1) {
    clear: none;
  }
}
@media screen and (min-width: 992px) {
  .about-us .section > div:nth-child(6n+1) {
    clear: both;
  }
}
.features-intro .t3-content {
  padding-top: 0;
  padding-bottom: 0;
}
.row-feature {
  border-top: 1px solid #eeeeee;
  font-size: 15px;
  color: #555555;
  line-height: 1.5;
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .row-feature {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-masthead .row-feature {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .page-masthead .row-feature {
    padding: 100px 0;
  }
}
.row-feature h1,
.row-feature h2,
.row-feature h3 {
  line-height: 1.15;
  color: #333333;
}
.row-feature h1 {
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .row-feature h1 {
    font-size: 66px;
  }
}
.row-feature h1 + p {
  margin-top: -55px;
}
.row-feature h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  .row-feature h2 {
    font-size: 30px;
  }
}
.row-feature h2 a {
  color: #333333;
}
.row-feature h2 a:hover,
.row-feature h2 a:focus,
.row-feature h2 a:active {
  color: #ea5505;
  text-decoration: none;
}
.row-feature h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .row-feature h3 {
    font-size: 26.45px;
  }
}
.row-feature h3 + p {
  margin-top: -10px;
}
.row-feature .feature-ct {
  width: 100%;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .row-feature .pull-left.item-image + .feature-ct {
    width: 48%;
    float: right;
    padding-left: 20px;
    padding-top: 0;
  }
  .row-feature .pull-right.item-image + .feature-ct {
    width: 48%;
    float: left;
    padding-right: 20px;
    padding-top: 0;
  }
}
.row-feature.text-center {
  text-align: center;
}
.row-feature.row-feature-primary {
  background: #ea5505;
  color: #ffffff;
}
.row-feature.row-feature-primary h1,
.row-feature.row-feature-primary h2,
.row-feature.row-feature-primary h3 {
  color: #ffffff;
}
.row-feature.row-feature-primary .feature-ct,
.row-feature.row-feature-primary p {
  color: #ffffff;
}
.row-feature.row-feature-primary .btn-primary {
  border-color: #ffffff;
}
.row-feature.row-feature-primary + .row-feature-primary {
  border-top: 1px solid #ee4b2b;
}
.row-feature .row-feature-narrow {
  padding-top: 20px;
  padding-bottom: 20px;
}
.row-feature:first-child {
  border-top: 0;
}
.row-feature .item-image {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.row-feature .item-image img {
  width: 100%;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .row-feature .pull-left.item-image,
  .row-feature .pull-right.item-image {
    max-width: 48%;
    min-width: 25%;
    margin-bottom: 0;
  }
  .row-feature .pull-left.item-image {
    float: left;
    text-align: left;
    padding-right: 20px;
  }
  .row-feature .pull-right.item-image {
    float: right;
    text-align: right;
    padding-left: 20px;
  }
}
.row-feature .page-header {
  border: 0;
  margin: 0 0 20px;
  padding: 0;
}
.row-feature .jumbotron {
  background: transparent;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .row-feature .jumbotron {
    margin-bottom: 60px;
  }
}
.row-feature .gallery .thumbnail {
  border: 0;
  padding: 0;
}
.row-feature .gallery .thumbnail a {
  display: block;
  border: 1px solid #eeeeee;
  padding: 3px;
  -webkit-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}
.row-feature .gallery .thumbnail a img {
  width: 100%;
  padding: 0;
}
.row-feature .gallery .thumbnail a:hover,
.row-feature .gallery .thumbnail a:focus,
.row-feature .gallery .thumbnail a:active {
  border-color: #bbbbbb;
}
.row-feature .gallery .thumbnail a:hover img,
.row-feature .gallery .thumbnail a:focus img,
.row-feature .gallery .thumbnail a:active img {
  opacity: .7;
}
.pricing-page {
  padding: 20px 0;
}
.pricing-page .page-header {
  border: none;
  padding-bottom: 0;
}
.pricing-page h1 {
  color: #333333;
}
.pricing-page .faq {
  border-top: 1px solid #eeeeee;
}
.pricing-page .faq h3 {
  color: #333333;
  margin-top: 40px;
}
.pricing-table {
  padding: 40px 20px 100px;
}
.pricing-table .col {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .pricing-table .col {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .pricing-table .col.no-padding {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .pricing-table .col.shadow {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
.pricing-table .col .big-number {
  display: inline-block;
  font-size: 65px;
  line-height: normal;
}
.pricing-table .col .big-number sup {
  font-size: 26px;
  top: -1em;
}
.pricing-table .col .btn {
  font-size: 19px;
  padding: 10px 20px;
}
.pricing-table .col .col-header {
  background: #555555;
  color: #ffffff;
  padding: 10px 20px;
}
.pricing-table .col ul {
  border: 1px solid #eeeeee;
  border-bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-table .col ul li {
  border-bottom: 1px solid #eeeeee;
  font-size: 15px;
  padding: 10px 20px;
  text-align: center;
}
.pricing-table .col ul li.row1 {
  background: #f7f7f7;
}
.pricing-table .col ul li i {
  color: #669900;
  font-size: 17px;
}
.pricing-table .col ul li.no i {
  color: #cc0000;
}
.pricing-table .col ul li.no {
  color: #999999;
  text-decoration: line-through;
}
.pricing-table .col .col-footer {
  background: #eeeeee;
  border: 1px solid #d5d5d5;
  padding: 20px;
}
.pricing-table .col-feature {
  z-index: 20;
}
@media screen and (min-width: 992px) {
  .pricing-table .col-feature {
    margin-top: -20px;
  }
}
.pricing-table .col-feature .col-header {
  background: #ea5505;
  padding: 20px 20px;
}
.support-page {
  padding-top: 40px;
}
.support-page h1,
.support-page h2,
.support-page h3 {
  color: #333333;
}
.support-page > .page-header:first-child {
  border: none;
}
.support-policy {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .support-policy {
    border-left: 1px solid #eeeeee;
  }
}
.support-policy .row-support-policy {
  margin-bottom: 20px;
}
.support-policy .row-heading {
  background: #333333;
  color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .support-policy .row-heading {
    display: table-row;
  }
}
.support-policy .row-heading > div {
  border-right: 1px solid #4d4d4d;
  font-size: 11px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .support-policy .row-heading > div {
    font-size: 14px;
    display: table-cell;
    float: none;
  }
}
.support-policy .row-heading > div:last-child {
  border-right: 0;
}
.support-policy .row-body {
  border-left: 1px solid #eeeeee;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .support-policy .row-body {
    margin-bottom: 0;
    display: table-row;
  }
}
@media screen and (max-width: 767px) {
  .support-policy .row-body {
    border-top: 1px solid #eeeeee;
  }
}
.support-policy .row-body > div {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .support-policy .row-body > div {
    display: table-cell;
    float: none;
  }
}
.support-policy .row-body .col-type {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
.support-policy .row-body .col-level {
  color: #333333;
  font-size: 30px;
  text-align: center;
}
.support-policy .row-body .col-status {
  border-bottom: 0;
  border-right: 0;
}
.support-policy .row-body .col-status .face {
  background-image: url("../images/emoticons.png");
  background-repeat: no-repeat;
  display: block;
  height: 80px;
  margin: 0 auto;
  width: 80px;
}
.support-policy .row-body .col-status strong {
  color: #ffffff;
  display: block;
  padding: 3px 0;
  text-align: center;
}
.support-policy .row-body.level-1 .col-status {
  background: #0077bb;
}
.support-policy .row-body.level-1 .col-status .face {
  background-position: 0px 0px;
}
.support-policy .row-body.level-2 .col-status {
  background: #0084cf;
}
.support-policy .row-body.level-2 .col-status .face {
  background-position: 0px -80px;
}
.support-policy .row-body.level-3 .col-status {
  background: #0091e4;
}
.support-policy .row-body.level-3 .col-status .face {
  background-position: 0px -160px;
}
.support-policy .row-body.level-4 .col-status {
  background: #009ef8;
}
.support-policy .row-body.level-4 .col-status .face {
  background-position: 0px -240px;
}
.support-policy .row-body.level-5 .col-status {
  background: #0ea7ff;
}
.support-policy .row-body.level-5 .col-status .face {
  background-position: 0px -320px;
}
.support-policy .row-body.level-6 .col-status {
  background: #22afff;
}
.support-policy .row-body.level-6 .col-status .face {
  background-position: 0px -400px;
}
.support-policy .row-alt {
  background: #f7f7f7;
}
.support-policy .support-yes {
  color: #669900;
}
.support-policy .support-no {
  color: #e1e1e1;
}
.features-intro .section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .features-intro .section {
    border-bottom: 1px solid #eeeeee;
  }
}
@media screen and (min-width: 992px) {
  .features-intro .section .carousel.slide {
    padding: 0 30px;
  }
}
.features-intro .section .carousel.slide .carousel-indicators {
  bottom: -30px;
  margin-bottom: 0;
}
.features-intro .section .blurb {
  text-align: center;
}
.features-intro .section .blurb > h3 {
  color: #333333;
  line-height: normal;
  margin-bottom: 15px;
}
.features-intro .section .blurb > p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.features-intro .section .images {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .features-intro .section .images {
    padding: 0 30px;
  }
}
.features-intro .section .images > img {
  max-width: 100%;
}
.features-intro .banner-bottom {
  padding-bottom: 60px;
}
.features-intro .customer-wrap .row,
.features-intro .get-in-wrap .row {
  margin-bottom: 40px;
}
.features-intro .customer-wrap .row:last-child,
.features-intro .get-in-wrap .row:last-child {
  margin-bottom: 0;
}
.features-intro .customer-wrap .row .col-item img,
.features-intro .get-in-wrap .row .col-item img {
  width: 100%;
  border-radius: 2px;
}
.features-intro .customer-wrap .row .col-item h5,
.features-intro .get-in-wrap .row .col-item h5 {
  color: #333333;
  font-weight: 700;
  font-size: 15px;
  margin-top: 20px;
}
.features-intro .customer-wrap .row .col-item .quote-content,
.features-intro .get-in-wrap .row .col-item .quote-content {
  font-style: italic;
  color: #777777;
}
.features-intro .customer-wrap .row .col-item span,
.features-intro .get-in-wrap .row .col-item span {
  font-size: 11px;
  color: #555555;
  font-weight: 700;
}
.features-intro .get-in-wrap {
  padding-bottom: 50px;
}
.features-intro .get-in-wrap .row {
  margin-bottom: 0px;
}
.features-intro .get-in-wrap .row .col-item p {
  color: #777777;
  line-height: 22px;
}
.features-intro .banner-bottom img {
  border: 1px solid #ddd;
  border-radius: 3px;
  max-width: 100%;
}
.features-intro .gray-background {
  background: #f7f7f7;
  margin: 0 -20px;
  padding: 0 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (min-width: 1200px) {
  .features-intro .gray-background {
    margin: 0 -120px;
    padding: 0 120px;
  }
}
.features-intro .title-header {
  margin: 20px 0;
  text-align: center;
}
.features-intro .title-header h2 {
  color: #333333;
  margin: 0 0 10px 0;
  font-size: 30px;
}
.features-intro .title-header p {
  font-size: 16px;
  line-height: 24px;
}
.features-intro .twitter {
  text-align: center;
}
.features-intro .twitter i.fa {
  font-size: 36px;
  color: #00a3d3;
  display: block;
  margin-bottom: 10px;
}
.features-intro .twitter .tweet {
  background: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 3px;
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto 27px auto;
  padding: 20px 30px 35px;
  position: relative;
  width: 300px;
}
@media (max-width: 480px) {
  .features-intro .twitter .tweet {
    width: 80%;
  }
}
.features-intro .twitter .tweet:after {
  background: #ffffff;
  box-shadow: 3px 3px 5px -2px rgba(0, 0, 0, 0.15);
  content: "";
  display: block;
  height: 22px;
  left: 50%;
  margin: -13px 0 0 -11px;
  position: absolute;
  top: 100%;
  transform: rotate(45deg) skew(15deg, 15deg);
  -webkit-transform: rotate(45deg) skew(15deg, 15deg);
  -ms-transform: rotate(45deg) skew(15deg, 15deg);
  width: 22px;
}
.features-intro .twitter a {
  color: #b7b7b7;
  font-weight: bold;
  font-style: italic;
}
.features-intro .twitter a:hover {
  color: #ea5505;
  text-decoration: none;
}
.features-intro .introduction .intro-content {
  margin-bottom: 60px;
}
.features-intro .introduction .blurb {
  text-align: center;
}
.features-intro .introduction .blurb > h3 {
  color: #333333;
}
.features-intro .introduction .blurb > p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.features-intro .introduction .images {
  text-align: center;
}
.features-intro .introduction .images > img {
  max-width: 100%;
}
.features-intro .aslides {
  padding-bottom: 40px;
  padding-top: 40px;
}
.features-intro .aslides .quotes-wrapper {
  margin-top: 40px;
}
.features-intro .aslides .quotes {
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 #ebebeb;
  color: #656C75;
  font-size: 0;
  margin: 0;
  padding: 21px 25px;
  position: relative;
}
.features-intro .aslides .quotes:after {
  background: url("../images/aslide_corner-ltr.png") no-repeat 0 0;
  content: "";
  display: block;
  height: 30px;
  left: 20%;
  position: absolute;
  top: 100%;
  width: 36px;
}
.features-intro .aslides .quotes blockquote {
  border: none;
  margin: 0;
  padding: 0;
}
.features-intro .aslides .quotes blockquote p {
  font-size: 14px;
  line-height: 24px;
}
.features-intro .aslides .person {
  margin-top: 30px;
}
.features-intro .aslides .person .person_image {
  display: inline-block;
  width: 80px;
}
.features-intro .aslides .person .person_image img {
  max-width: 100%;
}
.features-intro .aslides .person .text {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
.features-intro .aslides .person .text .name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.features-intro .aslides .person .text .title {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}
.features-intro .aslides .awards {
  border-top: 1px solid #ddd;
  margin-top: 80px;
  padding: 30px 0 40px;
  position: relative;
  text-align: center;
}
.features-intro .aslides .awards .overtheLine {
  background: #f7f7f7;
  color: #999999;
  display: block;
  font-family: national;
  font-size: 22px;
  left: 50%;
  margin-left: -65px;
  padding: 0 32px;
  position: absolute;
  text-align: center;
  top: -13px;
}
.features-intro .aslides .awards span {
  display: inline-block;
  margin: 20px 10px 0 10px;
}
.features-intro .aslides .awards span img {
  border: 1px solid #eeeeee;
}
.features-intro .getstarted {
  padding-bottom: 60px;
  padding-top: 40px;
}
.features-intro .getstarted .getting-wrapper {
  text-align: center;
  margin-top: 40px;
}
.features-intro .getstarted .getting-wrapper img {
  max-width: 100%;
}
.features-intro .getstarted .getting-wrapper h3 {
  color: #333333;
}
.features-intro .getstarted .getting-wrapper p {
  font-size: 15px;
  line-height: 22px;
}
.features-intro .getstarted .getting-wrapper .btn {
  margin-top: 10px;
}
.features-adv {
  background: url("../images/background-slide.jpg") no-repeat center top;
  background-size: 100%;
  margin: 0 -20px;
}
@media (max-width: 991px) {
  .features-adv {
    background-size: cover;
  }
}
.features-adv .carousel-inner .item {
  min-height: 420px;
}
@media (max-width: 991px) {
  .features-adv .carousel-inner .item {
    min-height: 200px;
  }
}
.features-adv .background-mask {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.features-adv .carousel-caption {
  bottom: 20%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .features-adv .carousel-caption {
    bottom: 0;
  }
}
.features-adv .carousel-caption h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .features-adv .carousel-caption h2 {
    font-size: 20px;
  }
}
.features-adv .carousel-control {
  width: 10%;
  z-index: 10;
}
.features-adv .carousel-control .glyphicon-chevron-right {
  right: 20%;
}
.features-adv .carousel-control .glyphicon-chevron-left {
  left: 20%;
}
.carousel-indicators li {
  background: url("../images/button-carousel.png") no-repeat left top;
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 16px;
  margin: 0;
  padding: 0;
  width: 16px;
}
@media (max-width: 1200px) {
  .carousel-indicators li {
    margin: 0 2px;
  }
}
.carousel-indicators li.ja-slide-prev,
.carousel-indicators li.ja-slide-next {
  display: block;
}
.carousel-indicators li:hover,
.carousel-indicators li:focus,
.carousel-indicators li:active {
  background-position: left -16px;
}
.carousel-indicators .active {
  border: none;
  border-radius: 0;
  background-position: left -16px;
  background-color: transparent;
  height: 16px;
  margin: 0;
  padding: 0;
  width: 16px;
}
@media (max-width: 1200px) {
  .carousel-indicators .active {
    margin: 0 2px;
  }
}
.carousel.custormers,
.carousel.get-in-touch {
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 40px;
}
.carousel.custormers .carousel-caption,
.carousel.get-in-touch .carousel-caption {
  color: #777777;
  position: relative;
  text-align: left;
  text-shadow: none;
  left: 0;
  right: 0;
  padding-bottom: 0;
}
.carousel.custormers .carousel-caption h3,
.carousel.get-in-touch .carousel-caption h3 {
  color: #333333;
  font-size: 21px;
  font-style: italic;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 0;
}
.carousel.custormers .carousel-caption p,
.carousel.get-in-touch .carousel-caption p {
  font-size: 15px;
  line-height: 22px;
}
.carousel.custormers .carousel-indicators,
.carousel.get-in-touch .carousel-indicators {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .carousel.custormers .carousel-indicators,
  .carousel.get-in-touch .carousel-indicators {
    bottom: 15px;
    position: relative;
    left: 0;
    margin-left: 0;
    padding-bottom: 0;
    text-align: left;
    width: auto;
  }
}
.carousel.custormers > div img,
.carousel.get-in-touch > div img {
  width: 100%;
  border-radius: 2px;
}
.carousel.get-in-touch .carousel-caption h2 {
  color: #333333;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 0;
}
.carousel.get-in-touch .carousel-caption p {
  font-size: 15px;
  line-height: 22px;
}
#adminForm #publishing .form-group > label {
  display: block;
}
#adminForm #publishing .form-group > .inputbox {
  display: inline-block;
}
#adminForm #publishing .form-group .calendar {
  margin-left: 10px;
}
@media (max-width: 767px) {
  #adminForm #publishing .form-group .calendar {
    margin-left: -25px;
  }
}
.jamasshead {
  border-radius: 2px;
  min-height: 120px;
  margin: 0px 0 60px;
  padding: 20px 30px;
  position: relative;
}
.jamasshead h3,
.jamasshead .jamasshead-description {
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.jamasshead h3 {
  font-size: 40px;
  margin-top: 50px;
}
.jamasshead .jamasshead-description {
  font-size: 17px;
}
.jamasshead:after {
  background-color: #000000;
  border-radius: 2px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#ezblog-dashboard .close {
  opacity: 1;
}
#ezblog-dashboard .close:hover,
#ezblog-dashboard .close:active,
#ezblog-dashboard .close:focus {
  opacity: 1;
}
#ezblog-dashboard .list-form li > label {
  min-width: 150px;
  width: auto;
}
#ezblog-dashboard .list-form li > div + div {
  margin-right: 0 !important;
}
#eblog-dialog table td input {
  width: 100%;
}
#eblog-dialog table td input[type="checkbox"],
#eblog-dialog table td input[type="radio"] {
  width: auto;
  margin: 0;
  vertical-align: middle;
}
#eblog-dialog table td input[type="checkbox"] + label,
#eblog-dialog table td input[type="radio"] + label {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
#eblog-wrapper.w320 #ezblog-dashboard #private,
#eblog-wrapper.w320 #ezblog-dashboard #microblog-video .input {
  width: 80%;
}
#eblog-wrapper.w320 #ezblog-dashboard .write-selectreaders #private,
#eblog-wrapper.w320 #ezblog-dashboard .write-selectreaders .inputbox {
  width: 45%;
}
#eblog-wrapper.w320 .dashboard-option > div {
  text-align: right;
  width: 100%;
}
#eblog-wrapper.w320 .dashboard-option .buttons.butt-green {
  margin: 0;
}
#eblog-wrapper.w320 #widget-writepost .list-form li > label,
#eblog-wrapper.w320 #widget-writepost #eblog-dialog .list-form li > label {
  float: left;
  text-align: right;
}
#eblog-wrapper.w320 #widget-writepost .list-form li > label + div {
  margin: 0 10px 0 155px;
}
#eblog-wrapper.w320 form #widget-profile-account .width-300 {
  width: 100%;
}
#select-actions select#entries-action {
  display: inline;
  height: auto;
  padding: 2px 5px;
}
body #ezblog-dashboard #blog-login {
  border-color: #eeeeee;
}
body #ezblog-dashboard #blog-login .blog-login-head,
body #ezblog-dashboard #blog-login .blog-login-helper {
  border-color: #eeeeee;
}
body #ezblog-dashboard #blog-login #form-login-username input,
body #ezblog-dashboard #blog-login #form-login-password input {
  font-size: 13px;
  font-weight: normal;
}
body #ezblog-dashboard #blog-login input.button {
  background: #ea5505;
  border: 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  height: 28px;
  border-radius: 2px;
}
body #ezblog-dashboard #blog-login input.button:hover,
body #ezblog-dashboard #blog-login input.button:active,
body #ezblog-dashboard #blog-login input.button:focus {
  background: #ec3713;
}
body #ezblog-dashboard .input,
body #ezblog-dashboard .inputbox {
  border-color: #eeeeee;
}
body #ezblog-dashboard .input:hover,
body #ezblog-dashboard .inputbox:hover,
body #ezblog-dashboard .input:active,
body #ezblog-dashboard .inputbox:active,
body #ezblog-dashboard .input:focus,
body #ezblog-dashboard .inputbox:focus {
  border-color: #ea5505;
}
body #ezblog-dashboard a {
  color: #ea5505;
}
body #ezblog-dashboard a:hover,
body #ezblog-dashboard a:active,
body #ezblog-dashboard a:focus {
  color: #ec3713;
}
body #ezblog-dashboard .ui-list-select-actions li#select-actions select#comment-action {
  width: auto;
}
@media screen and (max-width: 991px) {
  #ezblog-body .blog-post-in {
    padding: 0;
  }
  #eblog-wrapper .blog-read .blog-option ul li.blog-comments a,
  #eblog-wrapper .blog-read .blog-option ul li.blog-email a,
  #eblog-wrapper .blog-read .blog-option ul li.print a,
  #eblog-wrapper .blog-read .blog-option ul li.bookmark a,
  #eblog-wrapper .blog-read .blog-option ul li.blog-report a {
    height: 16px;
    overflow: hidden;
    text-indent: -999em;
    width: 16px;
  }
  #eblog-wrapper.w768 #ezblog-body .blog-avatar + .blog-cap {
    margin: 0 0 0 65px;
  }
  #eblog-wrapper .tag-sort-order #filter-tags {
    width: 165px;
  }
  #eblog-wrapper #ezblog-dashboard #dashboard-entries .dashboard-head .head-option .search-head {
    margin-bottom: 10px;
  }
  #eblog-wrapper #ezblog-dashboard #dashboard-entries .dashboard-head .head-option .buttons {
    float: left;
  }
  #eblog-wrapper #ezblog-dashboard #dashboard-entries .dashboard-head .head-option .buttons.sibling-l {
    clear: both;
  }
  #ezblog-body .profile-connect .connect-links li {
    display: block;
    clear: both;
  }
  #ezblog-body .profile-connect .connect-links li + li {
    border: 0;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 991px) {
  #ezblog-head .component-links {
    margin: 0 0 13px 0;
    width: 100%;
  }
  #ezblog-head .component-links a {
    margin: 0;
  }
  #ezblog-head .component-links a.link-rss {
    margin: 0 0 0 15px;
  }
  #ezblog-menu.narrow .blog-navi li.toolbar-item {
    border-right: 0 !important;
    border-bottom: 1px solid #222222 !important;
  }
  #ezblog-menu.narrow .blog-navi li.toolbar-item ul {
    border: 0;
    left: -1px;
  }
  #ezblog-menu.narrow .blog-navi .user-form form .input {
    width: 98%;
  }
}
@media (max-width: 640px) {
  #eblog-wrapper #ezblog-body #ezblog-posts .blog-meta-bottom .float-r {
    float: right !important;
  }
  #eblog-wrapper #ezblog-body .comment-avatar {
    margin-right: 10px;
  }
  #eblog-wrapper #ezblog-body .comment-avatar + .comment-content {
    margin: 0;
  }
  #eblog-wrapper .float-r {
    float: right !important;
  }
  #eblog-wrapper .float-l {
    float: left !important;
  }
  #select-actions select#entries-action {
    width: 100px;
  }
}
@media (max-width: 767px) {
  #eblog-wrapper #ezblog-body #ezblog-posts .blog-meta-bottom .blog-rating-text {
    display: none;
  }
  #eblog-wrapper #ezblog-body .profile-connect .connect-links li {
    clear: both;
    float: none;
  }
  #eblog-wrapper #ezblog-body .profile-connect .connect-links li + li {
    border: 0;
    margin: 0;
    padding: 0;
  }
  #ezblog-body .blog-post .blog-title {
    font-size: 18px;
  }
  #ezblog-body .blog-post .blog-title a {
    font-size: 18px;
  }
  body #comment-form input.inputbox[type="checkbox"] + label {
    display: inline;
  }
}
@media (max-width: 360px) {
  #eblog-wrapper #ezblog-body #ezblog-posts .blog-meta-bottom .blog-hit {
    display: none;
  }
  #eblog-wrapper #ezblog-body #ezblog-posts .blog-meta-bottom .blog-rating {
    border: 0;
    margin: 0;
    padding: 0;
  }
  #eblog-wrapper #ezblog-body .profile-connect .connect-links li + li {
    border: 0;
    margin: 0;
    padding: 0;
  }
  #eblog-wrapper #section-comments .comment-body .form-row .label {
    white-space: normal;
  }
  #eblog-wrapper #bloggers-sorting input.inputbox,
  #eblog-wrapper #bloggers-sorting select {
    margin-bottom: 10px;
    width: 100%;
  }
  #ezblog-body .blog-post .blog-title,
  #ezblog-body .blog-read .blog-title {
    font-size: 16px;
  }
  #ezblog-body .blog-post .blog-title a,
  #ezblog-body .blog-read .blog-title a {
    font-size: 16px;
  }
  #eblog-wrapper #ezblog-dashboard #blog-login ul.blog-login-helper li {
    display: block;
    float: none !important;
    margin: 0;
  }
  #eblog-wrapper.w320 #widget-writepost .list-form li > label,
  #eblog-wrapper.w320 #widget-writepost #eblog-dialog .list-form li > label {
    float: none;
    text-align: left;
  }
  #eblog-wrapper.w320 #widget-writepost .list-form li > label + div {
    height: 28px;
    margin: 0;
  }
  #ezblog-dashboard .dashboard-tags .ui-modbox .ui-modbody label {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 320px) {
  #eblog-wrapper #ezblog-body #ezblog-posts .blog-meta-bottom .blog-rating {
    display: none;
  }
  #eblog-wrapper #ezblog-dashboard #dashboard-entries .dashboard-head .head-option .buttons {
    padding: 0 8px;
  }
}
.ie8 .languageswitcher-block .mod-languages {
  border-right: solid 1px #333333;
  border-left: solid 1px #333333;
}
.ie8 .head-social a > i {
  color: #999;
}
.ie8 .head-social a:hover > i {
  color: #ffffff;
}
.ie8 .breadcrumb {
  border-bottom: solid 1px #333333;
}
.ie8 .footer-info {
  border-right: solid 1px #333333;
}
.ie8 .copyright {
  border-top: solid 1px #333333;
}
.ie8 .poweredby .t3-logo {
  vertical-align: top;
}
.ie8 .mashead-1 > div {
  border-right: 1px solid #f05f42;
}
.ie8 .mashead-1 .addthis_toolbox a {
  background: #f05f42;
}
.ie8 .mashead-1 .addthis_toolbox a:hover,
.ie8 .mashead-1 .addthis_toolbox a:focus,
.ie8 .mashead-1 .addthis_toolbox a:active {
  background-color: #d53111;
}
.ie8 ul.ja-login li #ja-user-register dt label {
  display: inline;
}
.ie8 .about-us .section > div:first-child + div + div + div + div + div + div {
  clear: both;
}
.ie8 .head-search .form-control {
  line-height: 30px !important;
}
.ie8 .features-adv .background-mask {
  background-color: #000000;
  filter: alpha(opacity=75);
}
.ie8 #search-form .word {
  zoom: 1;
}
.ie8 #search-form .word:before,
.ie8 #search-form .word:after {
  content: " ";
  display: table;
}
.ie8 #search-form .word:after {
  clear: both;
}
.ie8 #search-form .word .form-group {
  border: solid 1px #ffffff;
}
.ie8 #search-form .word .form-group label {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 2px;
}
.ie8 #search-form .word .form-group input.inputbox {
  float: left;
}
.ie8 .breadcrumb > li + li:after {
  content: "";
  padding: 0;
}
.ie8 .breadcrumb > li > a {
  zoom: 1;
  display: inline-block;
}
.ie8 .footer-menu ul li {
  display: inline;
  zoom: 1;
}
.ie8 .footer-menu ul li a {
  zoom: 1;
  display: block;
  float: left;
}
.show-p {
  padding-top: 5px;
}
.show-p .lead {
  font-size: 15px;
  margin-bottom: 60px;
}
.show-p .lead .page-header {
  padding-bottom: 0;
}
.show-p .lead img {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 2px;
}
.show-p .lead p {
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .show-p .lead p {
    padding: 0;
  }
}
.show-p h1 {
  font-size: 39px;
  color: #333333;
  margin: 30px 0 60px;
  border-top: 1px solid #eeeeee;
  padding-top: 60px;
}
.show-p .page-header {
  border-bottom: none;
}
.show-p .page-header h1 {
  margin: 0;
  padding: 0;
  border: none;
}
.show-p .thumbnail {
  background-color: #ffffff;
  border: none;
  padding: 0;
  text-align: center;
}
.show-p .thumbnail img {
  width: 100%;
  border-radius: 2px;
}
.show-p .thumbnail .images {
  position: relative;
  overflow: hidden;
}
.show-p .thumbnail .images > .images-info {
 /* background: #ea5505; */
  position: absolute;
  left: 0;
  opacity: 0.9;
  bottom: -100%;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
.show-p .thumbnail .images > .images-info span {
  display: block;
  padding: 40px 20px;
  color: #ea5505;
  text-shadow: 2px -2px 0px #FFF;
  vertical-align: bottom;
  font-size: 15px;
  line-height: 22px;
}
.show-p .thumbnail .images > .images-info strong {
  display: block;
  font-size: 23px;
  margin-bottom: 10px;
}
.show-p .thumbnail .images:hover > .images-info {
  bottom: 0;
}
.show-p .thumbnail .caption {
  padding-bottom: 20px;
}
.show-p .thumbnail .caption > p {
  color: #777777;
}
.show-p .thumbnail h3 {
  margin-bottom: 5px;
}
.show-p .thumbnail .btn {
  border-radius: 2px;
  height: 32px;
  line-height: 32px;
  margin: 0 2px;
  font-size: 13px;
  padding: 0;
  text-align: center;
  width: 32px;
}
.show-p .thumbnail .btn:hover,
.show-p .thumbnail .btn:active,
.show-p .thumbnail .btn:focus {
  background: #ea5505;
  border-color: #ea5505;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .show-p .section > div:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  .show-p .section > div:nth-child(3n+1) {
    clear: none;
  }
}
@media screen and (min-width: 992px) {
  .show-p .section > div:nth-child(6n+1) {
    clear: both;
  }
}